home *** CD-ROM | disk | FTP | other *** search
/ Professional Soft Collection 1.02 / Professional Soft Collection 1.02.iso / winfwg.311 / setup.shh < prev    next >
INI File  |  1993-10-20  |  9KB  |  247 lines

  1. [sysinfo]
  2. ;
  3. ; Use this section to specify whether you want Setup to display the
  4. ; System Configuration screen. Specify "yes" to display the screen and "no"
  5. ; if you don't want the screen displayed. (The default value is "no".)
  6. ;
  7. ; You may want to display and review the System Configuration screen so
  8. ; that you can confirm the configuration settings before continuing with
  9. ; Setup.
  10.  
  11. showsysinfo=yes
  12.  
  13.  
  14.  
  15. [configuration]
  16. ;
  17. ; Use this section to specify the various devices on your system. You can
  18. ; find the values for each variable in the SETUP.INF file. If you omit an
  19. ; entry, Windows uses the detected or default device.
  20. ;
  21. ; If you are updating Windows, some of these entries will be ignored and
  22. ; Windows will use the devices that are already installed. If you want to
  23. ; force the update and override the installed device, precede the value
  24. ; with an exclamation point (!), for example, display = !vga. Only the
  25. ; Machine, Display, Mouse devices require an exclamation point
  26. ; for overriding the installed device during an upgrade.
  27.  
  28. ; Machine profile string from [machine] section of SETUP.INF
  29.  
  30. machine = ibm_compatible
  31.  
  32. ; Display profile string from [display] section of SETUP.INF
  33.  
  34. display = vga
  35.  
  36. ; Mouse profile string from [pointing.device] section of SETUP.INF
  37.  
  38. mouse = ps2mouse
  39.  
  40. ; Network profile string from [network] section of WINNET.INF
  41. ; followed by version profile string from the appropriate 
  42. ; [xxxxxxx.versions] section which identifies the network version.
  43. ; The following example will setup Windows using 
  44. ; "Microsoft Workgroup (version 3.11)"
  45. ;
  46.  
  47. network = wfwnet/00026000
  48.  
  49. ; Keyboard profile string from [keyboard.types] section of SETUP.INF
  50.  
  51. keyboard = t4s0enha
  52.  
  53. ; Language profile string from [language] section of SETUP.INF
  54.  
  55. language = enu
  56.  
  57. ; Keyboard Layout profile string from [keyboard.tables] section of SETUP.INF
  58.  
  59. kblayout = nodll
  60.  
  61.  
  62.  
  63. [windir]
  64. ;
  65. ; Use this section to specify where to put Windows files. If a previous
  66. ; version of Windows is already set up in the specified directory, Setup
  67. ; will update it. If you do not specify a directory, or if the specified
  68. ; directory is not valid, Setup displays a dialog box asking you to specify
  69. ; the directory in which you want to set up Windows.
  70.  
  71. c:\windows
  72.  
  73.  
  74.  
  75. [userinfo]
  76. ;
  77. ; Use this section to specify the user and company name. The first line
  78. ; specifies the user's name. This line is required. The second specifies
  79. ; the company name, and is optional. Both names can be up to 30 characters
  80. ; long and must be enclosed in double quotation marks (" ") if they include
  81. ; blank spaces. The third line specifies the product number.
  82. ;
  83. ; If you do not specify a user name, a dialog box appears during Setup asking
  84. ; for the user's name.
  85. ;
  86. ; If you are setting up Windows across a network, the [userinfo] section
  87. ; will be ignored.
  88. ;
  89. "John Q. Public"           ; User Name    (30 chars MAX) (required)
  90. "Microsoft Corporation"    ; Company Name (30 chars MAX) (optional)
  91. xx-xxx-xxxx-xxxx           ; Product No.  (16 chars MAX) (optional) 
  92.  
  93. [network]
  94. ; Use this section to specify Microsoft Workgroup  network options
  95. ; and network adapters. This section will only be processed if
  96. ; the Network entry in the [configuration] section is a version of
  97. ; wfwnet (Microsoft Workgroup).
  98. ; Network = wfwnet/00026000
  99.  
  100. ; MultiNet profile string from the [multinet] section of WINNET.INF
  101. ;
  102. MultiNet=
  103.  
  104. ; UserName (20 chars MAX)
  105. ;
  106. ; If you do not specify a user name, either the current user name setting
  107. ; from SYSTEM.INI is used, or a default value is used.
  108. ;
  109. UserName =
  110.  
  111. ; Workgroup (15 chars MAX)
  112. ;
  113. ; If you do not specify a workgroup, either the current workgroup setting
  114. ; from SYSTEM.INI is used, or a default value is used.
  115. ;
  116. WorkGroup =
  117.  
  118. ; Computer Name (15 chars MAX)
  119. ;
  120. ; If you do not specify a computer name, either the current computername
  121. ; setting from SYSTEM.INI is used, or a default value is used.
  122. ;
  123. ComputerName =
  124.  
  125. ; ShowNames tells setup whether or not to display the user names
  126. ; to the user. Select "yes" to show the names to the user, or "no"
  127. ; if you do not want to display the names. The default value is "no".
  128. ;
  129. ShowNames = yes
  130.  
  131. ; MakeProtocol determines whether this file contains a default protocol.ini.
  132. ; If MakeProtocol is "yes", then the .SHH file will be copied as
  133. ; PROTOCOL.INI and the non-protocol.ini sections will be deleted. The
  134. ; section below called [protocol.ini] contains the names of the sections
  135. ; to delete to make a complete protocol.ini.
  136. ;
  137. ;   MakeProtocol = no   ; don't create a protocol.ini
  138. ;   MakeProtocol = yes  ; strip the .shh file copy to a new protocol.ini
  139. ;
  140. ; If the value is "no" but no previous protocol.ini exists, setup will
  141. ; prompt the user for a netcard and install default protocols.
  142.  
  143. MakeProtocol = no
  144.  
  145. [protocol.ini]
  146. ; Sections to be deleted from the .shh file in order to make protocol.ini
  147. sysinfo=
  148. configuration=
  149. windir=
  150. userinfo=
  151. network=
  152. protocol.ini=
  153. dontinstall=
  154. options=
  155. printers=
  156. endinstall=
  157.  
  158.  
  159. [dontinstall]
  160. ;
  161. ; Use this section to specify components that you do not want to set up
  162. ; on your system. By default, all components will be installed. If you do
  163. ; not want to set up a particular component, include it in this section.
  164.  
  165. accessories                ; Do NOT install accessories
  166. readmes                    ; Do NOT install readme files
  167. games                      ; Do NOT install games
  168. screensavers               ; Do NOT install screen savers
  169. bitmaps                    ; Do NOT install bitmaps
  170.  
  171.  
  172. [options]
  173. ;
  174. ; Use this section to specify whether you want to set up applications 
  175. ; during Setup, and/or start the Windows Tutorial at the end of Setup. 
  176. ; If you don't want any of these options, you can omit this section.
  177. ;
  178. ; If you choose to set up applications, you can either set them up
  179. ; interactively during Setup (you choose which applications you want to set
  180. ; up,) or you can specify that you want Setup to automatically set up all
  181. ; applications found on your hard disk.
  182. ;
  183. ; If you specify both "setupapps" and "autosetupapps", all applications on 
  184. ; your hard disk will be set up.
  185. ;
  186. setupapps                  ; Setup applications already on hard disk
  187. autosetupapps              ; Set up all applications on hard disk
  188. tutorial                   ; Start Windows Tutorial at the end of Setup
  189.  
  190. [printers]
  191. ;
  192. ; Use this section to specify any printers you want to set up. You specify a
  193. ; printer description and a port. Values for the printer description
  194. ; variable are listed in the [io.device] section of the CONTROL.INF file.
  195. ; Values for the port variable are listed in the [ports] section of the
  196. ; WIN.INI file.
  197. ;
  198. ; The printer description must be enclosed in double quotation marks (" ")
  199. ; if it contains blank spaces. The port value must appear exactly as it does
  200. ; in the WIN.INI file. If you do not want to set up a printer, omit this
  201. ; section.
  202. ;
  203. "HP LaserJet III",LPT1:
  204.  
  205. [endinstall]
  206. ;
  207. ; Use this section to specify whether you want Setup to make modifications
  208. ; to the CONFIG.SYS and AUTOEXEC.BAT files and whether you want Setup to
  209. ; exit to DOS or restart your system when it has finished installing Windows.
  210. ;
  211. ; The "configfiles" entry specifies whether Setup should modify the
  212. ; CONFIG.SYS and AUTOEXEC.BAT with the necessary changes, or whether Setup
  213. ; should save the proposed changes in separate files called CONFIG.WIN and
  214. ; AUTOEXEC.WIN in your WINDOWS directory. If you choose the latter, you must
  215. ; make the changes yourself. 
  216. ;
  217. ; You can specify one of the following entries.
  218. ;
  219. ; configfiles = modify              ;writes modifications back to source.
  220. ; configfiles = save                ;saves changes to alternate (*.win) files.
  221. ;
  222. ; If  you do not specify a "configfiles" entry, the CONFIG.SYS and
  223. ; AUTOEXEC.BAT files will be modified by Setup.
  224. ;
  225. ; The "endopt" entry specifies what happens at the end of Setup. You can
  226. ; specify one of the following entries.
  227. ;
  228. ;     endopt = exit        ; Setup exits to DOS
  229. ;     endopt = reboot      ; Setup reboots your computer
  230. ;
  231. ;     NOTE: 'endopt = restart' is not valid for Microsoft Workgroup.
  232. ;            If you specify restart, the exit option will be taken instead.
  233. ;
  234. ; If you do not specify an "endopt" entry, a dialog box appears at the end
  235. ; of Setup asking the user to choose from the two options.
  236. ;
  237. ; If you are using the network option for setting up Windows (Setup /n), the
  238. ; reboot option is not valid. Setup will exit to DOS instead of rebooting
  239. ; your system.
  240. ;
  241. ; If you exit to DOS, you must still reboot your computer before starting
  242. ; Windows for Workgroups for the first time so that the correct network
  243. ; device drivers will be loaded.
  244. ;
  245. configfiles = save
  246. endopt      = exit
  247.